const github.com/klauspost/compress/flate.maxNumLit
10 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L709: numLiterals, numOffsets = maxNumLit, maxNumDist
inflate.go#L25: maxNumLit = 286
inflate.go#L319: bits *[maxNumLit + maxNumDist]int
inflate.go#L467: if nlit > maxNumLit {
inflate.go#L832: f.bits = new([maxNumLit + maxNumDist]int)
inflate_gen.go#L101: case v < maxNumLit:
inflate_gen.go#L352: case v < maxNumLit:
inflate_gen.go#L603: case v < maxNumLit:
inflate_gen.go#L854: case v < maxNumLit:
inflate_gen.go#L1105: case v < maxNumLit:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |